-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop docker from makefile and README #611
drop docker from makefile and README #611
Conversation
.PHONY: set-os-registry | ||
## Sets TARGET_REGISTRY:=$(shell oc get images.config.openshift.io/cluster -o jsonpath={.status.externalRegistryHostnames[0]}) | ||
set-os-registry: | ||
$(eval TARGET_REGISTRY:=$(shell oc get images.config.openshift.io/cluster -o jsonpath={.status.externalRegistryHostnames[0]})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could maybe start using the internal OpenShift registry to simplify the dev setup/environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can take a look at it when I'll work on the CI/CD changes that will be needed for moving repos to kubesaw GH org, and for introducing standard semver releases.
Quality Gate passedIssues Measures |
/retest |
infra issue /retest |
/lgtm |
infra issue /retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, MatousJobanek, rajivnathan, xcoulon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #611 +/- ##
=======================================
Coverage 81.59% 81.59%
=======================================
Files 29 29
Lines 3292 3292
=======================================
Hits 2686 2686
Misses 457 457
Partials 149 149 |
22cd84e
into
codeready-toolchain:master
docker.mk
topodman.mk
(contains only podman targets now)